home *** CD-ROM | disk | FTP | other *** search
/ Cre@te Online 2000 December / Cre@teOnline CD05.iso / MacSoft / XML ConsoleMax.sea / XML ConsoleMax / Required / swingall.jar / javax / swing / text / StyledEditorKit$1.class (.txt) < prev    next >
Encoding:
Java Class File  |  1999-07-15  |  803 b   |  20 lines

  1. package javax.swing.text;
  2.  
  3. final class StyledEditorKit$1 extends SimpleAttributeSet {
  4.    // $FF: synthetic field
  5.    private final StyledEditorKit this$0;
  6.  
  7.    // $FF: synthetic method
  8.    StyledEditorKit$1(StyledEditorKit var1) {
  9.       this.this$0 = var1;
  10.    }
  11.  
  12.    public Object clone() {
  13.       return new SimpleAttributeSet(this);
  14.    }
  15.  
  16.    public AttributeSet getResolveParent() {
  17.       return this.this$0.currentParagraph != null ? this.this$0.currentParagraph.getAttributes() : null;
  18.    }
  19. }
  20.